Length

Returns the number of characters in a string.

Syntax

Length("String")

Arguments

Argument Description
String String to return the number of characters from.

Return value

Value Description
Value Number of characters in the string.

Example

strLength = Length("Month")